Skip to main content

Multi-step process with no access control on one step

1

Let's login as the admin using the following credentials:

UsernamePassword
administratoradmin

2

Let's now promote the carlos user to admin.

3

Since we are proxying the traffic through Burp Suite, we can view this request in the Proxy > HTTP History tab.

4

Let's forward this request to the Repeater for further modification.

Next, let's login using the following credentials:

UsernamePassword
wienerpeter

5

Let's view the session cookie in the Proxy > HTTP History tab.

6

We now have to replace the session cookie in the Repeater tab with the wiener user's session cookie.

We also have to the set the username parameter to the following:

wiener

7

Let's go check in the browser.

8

We have solved the lab.

9